Skip to content

battlefield-portal-community/portal-docs

Repository files navigation

Portal Docs

Generate Docs Json Build GH pages Deploy GH pages

Automated docs generation for portal-helper bot,

Uses github actions to compile the docs provided by https://portal.battlefield.com

Docs are saved in docs

Each doc follows the this class

class CleanDoc(TypedDict):
    block_id: str
    block: str
    summary: str
    inputs: Optional[list]
    output: Optional[list]